Members 
LinearTrendlineFilter<TX,TY> Class
Filters data series to Linear Trend.
Object Model
LinearTrendlineFilter<TX,TY> ClassIDataSeries InterfaceISciChartSurface InterfaceIRange InterfaceIRange Interface
Syntax
public class LinearTrendlineFilter<TX,TY> : FilterBase 
where TX: IComparable
where TY: IComparable
Type Parameters
TX
TY
Inheritance Hierarchy

System.Object
   SciChart.Charting.Model.Filters.FilterBase
      SciChart.Charting.Model.Filters.LinearTrendlineFilter<TX,TY>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also